LilyBlessing/DSH-MCP-Skill-Panel: DSH Web Plugin for Managing MCP and Skills

The DSH Web plugin `lilyblessing/dsh-mcp-skill-panel` (v0.5.3, MIT License) aims to centrally manage MCP servers and Skills to optimize context usage. Its core features include: MCP real-time start/stop, tool-level disabling, JSON quick migration, and project-level configuration; Skill enabling, disabling, creation, and manual editing. The plugin provides an optional AI middleware layer that allows models to invoke disabled MCPs on demand via `mcp_search` and `mcp_call`, while preserving the user's manually enabled state. The activation mechanism supports immediate effect or activation at the next session, requiring users to weigh the KV-Cache invalidation cost of immediate activation (approximately 5 to 12.5 times the hit rate). Installation requires using a git source or np.

Read More
DSHX: MCP/Skill/Memory Management Plugin for DeepSeek Harness

dshx is a community management tool for DeepSeek Harness (dsh), designed to streamline the integration and maintenance of MCP servers, skills, and global memory. Its core advantage lies in performing connection self-checks before writing, rejecting malformed configurations, supporting migration of existing configurations from Claude Code and Codex, and allowing API keys to be referenced via environment variables for enhanced security. The tool can be used both as a command-line utility and as a dsh plugin, offering the `/mcp` command and visual card operations in the web interface. Its features cover CRUD operations and testing for MCP servers, installation or updates of skills from GitHub or local sources, and migration of global memory. Installation requires Node.js >=22.19, via npm global install or `dsh pl

Read More
DSH Plugin Manager: Manage MCP, Skills, and Built-in Plugin Packages within the Settings Panel

dsh-plugin-manager is a DSH dual-end client plugin maintained by liqichen, embedded within the DeepSeek Harness settings panel. It provides a graphical interface for managing MCP service toggles and deletions, Skills browsing with recycle-bin-style deletion, and read-only browsing of over 160 built-in plugin packages. Changes are written to cordis.patch.yml and ~/.dsh/skills/, taking effect immediately without restarting the dsh web. Configuration backups are automatically created before write operations. This article introduces the installation and registration steps, usage of the three tabs, API interfaces, as well as usage boundaries and recovery methods.

Read More